home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q103 / 8 / 11.TXT < prev    next >
Text File  |  1993-10-01  |  3KB  |  85 lines

  1. DOCUMENT:Q103811  30-SEP-1993  [W_NT]
  2. TITLE   :How Windows NT Constructs the Network Adapter List
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. When you choose to manually add a network adapter either during setup
  19. or after setup through Control Panel, Windows NT presents you with a
  20. list of network adapter choices. The contents of the list depends on
  21. which network adapters you have .INF files for in your SYSTEM32
  22. subdirectory of Windows NT, as well as the bus type of your computer.
  23.  
  24. MORE INFORMATION
  25. ================
  26.  
  27. All network adapters that can be installed under Windows NT must have
  28. an .INF file for them in the SYSTEM32 subdirectory of Windows NT.
  29. These files are always of the following format
  30.  
  31.    OEMNADxx.INF
  32.  
  33. where "xx" is a two-letter abbreviation representing the network
  34. adapter. Each .INF file contains a section with the following header:
  35.  
  36.    [PlatformsSupported]
  37.  
  38. This section can contain the following values:
  39.  
  40.    ISA
  41.    EISA
  42.    MCA
  43.    "Jazz-Internal Bus"
  44.  
  45. Each value indicates a bus type that is supported by the network cards
  46. described in the .INF file.
  47.  
  48. NOTE: "Jazz-Internal Bus" is the bus on Advanced RISC Computing (ARC)
  49. computers such as the SGI MIPS and DEC Alpha.
  50.  
  51. When the network Setup program compiles the list of network adapters
  52. that can be added to the computer, it parses these files and lists any
  53. adapters whose .INF file contains the correct bus option for the
  54. computer on which you are installing the network adapter. Note that
  55. while network adapters that are ISA-only can be installed on EISA
  56. computers and are therefore listed as an available option, the reverse
  57. is not true.
  58.  
  59. The text strings that are added to the network adapter options list
  60. are contained in each .INF file in the [OptionsTextENG] section.
  61.  
  62. For more information on the network adapter INF files, query on the
  63. following words in the Microsoft Knowledge Base:
  64.  
  65.    network and services and inf
  66.  
  67. Additional reference words: 3.10 NETWORK SERVICES
  68. KBCategory:
  69. KBSubCategory: STP
  70.  
  71. =============================================================================
  72.  
  73. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  74. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  75. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  76. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  77. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  78. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  79. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  80. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  81. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  82. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  83. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  84.  
  85. Copyright Microsoft Corporation 1993.